Eclipse Platform
Pre-release 3.0

org.eclipse.ui.contexts
Interface IContextActivationServiceListener


public interface IContextActivationServiceListener

An instance of this interface can be used by clients to receive notification of changes to one or more instances of IContextActivationService.

This interface may be implemented by clients.

EXPERIMENTAL

Since:
3.0
See Also:
IContextActivationService.addContextActivationServiceListener(org.eclipse.ui.contexts.IContextActivationServiceListener), IContextActivationService.removeContextActivationServiceListener(org.eclipse.ui.contexts.IContextActivationServiceListener)

Method Summary
 void contextActivationServiceChanged(ContextActivationServiceEvent contextActivationServiceEvent)
          Notifies that one or more properties of an instance of IContextActivationService have changed.
 

Method Detail

contextActivationServiceChanged

public void contextActivationServiceChanged(ContextActivationServiceEvent contextActivationServiceEvent)
Notifies that one or more properties of an instance of IContextActivationService have changed. Specific details are described in the ContextActivationServiceEvent.

Parameters:
contextActivationServiceEvent - the context activation service event. Guaranteed not to be null.

Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.